home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / s_to_z / tabutil / tabtest.dfm / tabtest.txt
Text File  |  1996-09-15  |  12KB  |  518 lines

  1. object Form1: TForm1
  2.   Left = 94
  3.   Top = 87
  4.   HorzScrollBar.Visible = False
  5.   VertScrollBar.Visible = False
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Table Utilities'
  9.   ClientHeight = 321
  10.   ClientWidth = 513
  11.   Font.Color = clWindowText
  12.   Font.Height = -13
  13.   Font.Name = 'System'
  14.   Font.Style = []
  15.   PixelsPerInch = 96
  16.   Position = poScreenCenter
  17.   OnActivate = FormActivate
  18.   TextHeight = 16
  19.   object Label7: TLabel
  20.     Left = 40
  21.     Top = 8
  22.     Width = 101
  23.     Height = 16
  24.     Caption = 'Work on this field'
  25.     Font.Color = clBlack
  26.     Font.Height = -13
  27.     Font.Name = 'MS Sans Serif'
  28.     Font.Style = []
  29.     ParentFont = False
  30.   end
  31.   object Label5: TLabel
  32.     Left = 208
  33.     Top = 8
  34.     Width = 126
  35.     Height = 16
  36.     Caption = 'Group on these fields'
  37.     Font.Color = clBlack
  38.     Font.Height = -13
  39.     Font.Name = 'MS Sans Serif'
  40.     Font.Style = []
  41.     ParentFont = False
  42.   end
  43.   object Notebook: TTabbedNotebook
  44.     Left = 8
  45.     Top = 88
  46.     Width = 497
  47.     Height = 225
  48.     TabsPerRow = 4
  49.     TabFont.Color = clBtnText
  50.     TabFont.Height = -11
  51.     TabFont.Name = 'MS Sans Serif'
  52.     TabFont.Style = []
  53.     TabOrder = 2
  54.     object TTabPage
  55.       Left = 5
  56.       Top = 26
  57.       Caption = 'Summary'
  58.       object Label2: TLabel
  59.         Left = 160
  60.         Top = 32
  61.         Width = 161
  62.         Height = 16
  63.         Font.Color = clBlack
  64.         Font.Height = -13
  65.         Font.Name = 'MS Sans Serif'
  66.         Font.Style = []
  67.         ParentFont = False
  68.       end
  69.       object Button2: TButton
  70.         Left = 8
  71.         Top = 72
  72.         Width = 137
  73.         Height = 33
  74.         Caption = 'ColumnTotal'
  75.         Font.Color = clBlack
  76.         Font.Height = -13
  77.         Font.Name = 'MS Sans Serif'
  78.         Font.Style = []
  79.         ParentFont = False
  80.         TabOrder = 0
  81.         OnClick = Button2Click
  82.       end
  83.       object Button3: TButton
  84.         Left = 8
  85.         Top = 29
  86.         Width = 137
  87.         Height = 33
  88.         Caption = 'Group Summary'
  89.         Font.Color = clBlack
  90.         Font.Height = -13
  91.         Font.Name = 'MS Sans Serif'
  92.         Font.Style = []
  93.         ParentFont = False
  94.         TabOrder = 1
  95.         OnClick = Button3Click
  96.       end
  97.       object Button4: TButton
  98.         Left = 8
  99.         Top = 112
  100.         Width = 137
  101.         Height = 33
  102.         Caption = 'DS SQL ColumnTotal'
  103.         Font.Color = clBlack
  104.         Font.Height = -13
  105.         Font.Name = 'MS Sans Serif'
  106.         Font.Style = []
  107.         ParentFont = False
  108.         TabOrder = 2
  109.         OnClick = Button4Click
  110.       end
  111.       object Button5: TButton
  112.         Left = 8
  113.         Top = 152
  114.         Width = 139
  115.         Height = 33
  116.         Caption = 'DSTable ColumnTotal'
  117.         Font.Color = clBlack
  118.         Font.Height = -13
  119.         Font.Name = 'MS Sans Serif'
  120.         Font.Style = []
  121.         ParentFont = False
  122.         TabOrder = 3
  123.         OnClick = Button5Click
  124.       end
  125.       object DBGrid1: TDBGrid
  126.         Left = 159
  127.         Top = 65
  128.         Width = 320
  129.         Height = 120
  130.         DataSource = DataSource1
  131.         Options = [dgTitles, dgIndicator, dgColLines, dgRowLines, dgTabs, dgConfirmDelete, dgCancelOnExit]
  132.         TabOrder = 4
  133.         TitleFont.Color = clWindowText
  134.         TitleFont.Height = -13
  135.         TitleFont.Name = 'System'
  136.         TitleFont.Style = []
  137.       end
  138.     end
  139.     object TTabPage
  140.       Left = 5
  141.       Top = 26
  142.       Caption = 'Statistical'
  143.       object Label3: TLabel
  144.         Left = 112
  145.         Top = 58
  146.         Width = 353
  147.         Height = 71
  148.         Font.Color = clBlack
  149.         Font.Height = -21
  150.         Font.Name = 'Times New Roman'
  151.         Font.Style = [fsItalic]
  152.         ParentFont = False
  153.         WordWrap = True
  154.       end
  155.       object Button10: TButton
  156.         Left = 16
  157.         Top = 25
  158.         Width = 73
  159.         Height = 25
  160.         Caption = 'Min'
  161.         Font.Color = clBlack
  162.         Font.Height = -13
  163.         Font.Name = 'MS Sans Serif'
  164.         Font.Style = []
  165.         ParentFont = False
  166.         TabOrder = 0
  167.         OnClick = Button10Click
  168.       end
  169.       object Button11: TButton
  170.         Left = 16
  171.         Top = 81
  172.         Width = 73
  173.         Height = 25
  174.         Caption = 'Max'
  175.         Font.Color = clBlack
  176.         Font.Height = -13
  177.         Font.Name = 'MS Sans Serif'
  178.         Font.Style = []
  179.         ParentFont = False
  180.         TabOrder = 1
  181.         OnClick = Button11Click
  182.       end
  183.       object Button12: TButton
  184.         Left = 16
  185.         Top = 137
  186.         Width = 73
  187.         Height = 25
  188.         Caption = 'Avg'
  189.         Font.Color = clBlack
  190.         Font.Height = -13
  191.         Font.Name = 'MS Sans Serif'
  192.         Font.Style = []
  193.         ParentFont = False
  194.         TabOrder = 2
  195.         OnClick = Button12Click
  196.       end
  197.     end
  198.     object TTabPage
  199.       Left = 5
  200.       Top = 26
  201.       Caption = 'Import/Export'
  202.       object Label4: TLabel
  203.         Left = 24
  204.         Top = 8
  205.         Width = 67
  206.         Height = 16
  207.         Caption = 'Export type'
  208.         Font.Color = clBlack
  209.         Font.Height = -13
  210.         Font.Name = 'MS Sans Serif'
  211.         Font.Style = []
  212.         ParentFont = False
  213.       end
  214.       object Label6: TLabel
  215.         Left = 192
  216.         Top = 8
  217.         Width = 58
  218.         Height = 16
  219.         Caption = 'Export To'
  220.         Font.Color = clBlack
  221.         Font.Height = -13
  222.         Font.Name = 'MS Sans Serif'
  223.         Font.Style = []
  224.         ParentFont = False
  225.       end
  226.       object Button6: TButton
  227.         Left = 192
  228.         Top = 128
  229.         Width = 137
  230.         Height = 33
  231.         Caption = 'DataSet Export'
  232.         Font.Color = clBlack
  233.         Font.Height = -13
  234.         Font.Name = 'MS Sans Serif'
  235.         Font.Style = []
  236.         ParentFont = False
  237.         TabOrder = 3
  238.         OnClick = Button6Click
  239.       end
  240.       object Button7: TButton
  241.         Left = 192
  242.         Top = 80
  243.         Width = 137
  244.         Height = 33
  245.         Caption = 'ExportToTxt'
  246.         Font.Color = clBlack
  247.         Font.Height = -13
  248.         Font.Name = 'MS Sans Serif'
  249.         Font.Style = []
  250.         ParentFont = False
  251.         TabOrder = 4
  252.         OnClick = Button7Click
  253.       end
  254.       object Button9: TButton
  255.         Left = 24
  256.         Top = 128
  257.         Width = 137
  258.         Height = 33
  259.         Caption = 'Append From CSV'
  260.         Font.Color = clBlack
  261.         Font.Height = -13
  262.         Font.Name = 'MS Sans Serif'
  263.         Font.Style = []
  264.         ParentFont = False
  265.         TabOrder = 5
  266.         OnClick = Button9Click
  267.       end
  268.       object ExportTypeDD: TComboBox
  269.         Left = 24
  270.         Top = 29
  271.         Width = 153
  272.         Height = 24
  273.         Style = csDropDownList
  274.         Font.Color = clBlack
  275.         Font.Height = -13
  276.         Font.Name = 'MS Sans Serif'
  277.         Font.Style = []
  278.         ItemHeight = 16
  279.         Items.Strings = (
  280.           'Comma Separated'
  281.           'Fixed'
  282.           'Quoted')
  283.         ParentFont = False
  284.         Sorted = True
  285.         TabOrder = 0
  286.       end
  287.       object ExportPath: TEdit
  288.         Left = 192
  289.         Top = 29
  290.         Width = 129
  291.         Height = 24
  292.         Font.Color = clBlack
  293.         Font.Height = -13
  294.         Font.Name = 'MS Sans Serif'
  295.         Font.Style = []
  296.         ParentFont = False
  297.         TabOrder = 1
  298.         Text = 'C:\EXP2TXT.TXT'
  299.       end
  300.       object Button13: TButton
  301.         Left = 352
  302.         Top = 24
  303.         Width = 89
  304.         Height = 33
  305.         Caption = 'View It'
  306.         Font.Color = clBlack
  307.         Font.Height = -13
  308.         Font.Name = 'MS Sans Serif'
  309.         Font.Style = []
  310.         ParentFont = False
  311.         TabOrder = 2
  312.         OnClick = Button13Click
  313.       end
  314.       object Button8: TButton
  315.         Left = 24
  316.         Top = 80
  317.         Width = 137
  318.         Height = 33
  319.         Caption = 'Create From CSV'
  320.         Font.Color = clBlack
  321.         Font.Height = -13
  322.         Font.Name = 'MS Sans Serif'
  323.         Font.Style = []
  324.         ParentFont = False
  325.         TabOrder = 6
  326.         OnClick = Button8Click
  327.       end
  328.     end
  329.     object TTabPage
  330.       Left = 5
  331.       Top = 26
  332.       Caption = 'Other'
  333.       object Label1: TLabel
  334.         Left = 70
  335.         Top = 96
  336.         Width = 5
  337.         Height = 23
  338.         Font.Color = clBlack
  339.         Font.Height = -21
  340.         Font.Name = 'Times New Roman'
  341.         Font.Style = [fsItalic]
  342.         ParentFont = False
  343.       end
  344.       object Button1: TButton
  345.         Left =